home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MegaSort Stack.cpt / MegaSort Stack / background_2571.txt < prev    next >
Text File  |  1990-12-13  |  2KB  |  106 lines

  1. -- background: 2571 from stack: in
  2. -- bmap block id: 4504
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=5 top=20 right=119 bottom=298
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Unsorted
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 00
  24. -- high flags: 0007
  25. -- rect: left=5 top=137 right=241 bottom=300
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: sorted
  34.  
  35.  
  36. -- part 6 (field)
  37. -- low flags: 01
  38. -- high flags: 0002
  39. -- rect: left=6 top=258 right=340 bottom=303
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Command
  48.  
  49.  
  50. -- part 7 (button)
  51. -- low flags: 00
  52. -- high flags: A000
  53. -- rect: left=454 top=0 right=49 bottom=509
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 27009 / 27009
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Continue
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to next card of this background
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 8 (button)
  70. -- low flags: 00
  71. -- high flags: A000
  72. -- rect: left=455 top=49 right=94 bottom=507
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 9301 / 9301
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Go back
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   go to previous card of this background
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 9 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=340 top=293 right=331 bottom=388
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 29114 / 29114
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: return
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect dissolve
  103.   pop card
  104. end mouseUp
  105.  
  106.